home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
thefarmer.swf
/
scripts
/
DefineButton2_454
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-10-01
|
2KB
|
81 lines
on(release){
if(_root.lahan4s3 == 0 and _root.kursor._currentframe == 3)
{
_root.lahan4s3 = 1;
_root.energi -= 1;
}
if(_root.lahan4p3 == 0 and _root.kursor._currentframe == 4)
{
_root.lahan4p3 = _root.lahan4p3 + 1;
_root.energi -= 1;
_root.pupuk--;
}
if(_root.kursor._currentframe == 5)
{
_root.lahan4u3 = 0;
_root.energi -= 1;
_root.pestisida--;
}
if(_root.kursor._currentframe == 6)
{
_root.lahan4t3 = 12;
_root.energi -= 1;
}
if(_root.lahan4t3 == 5 and _root.kursor._currentframe == 2)
{
if(_root.tanamanlahan4 == 1 or _root.tanamanlahan4 == 2 or _root.tanamanlahan4 == 3 or _root.tanamanlahan4 == 8)
{
_root.lahan4t3 = 12;
}
if(_root.tanamanlahan4 == 4)
{
_root.lahan4panen3 = _root.lahan4panen3 + 1;
if(_root.lahan4panen3 > 3)
{
_root.lahan4t3 = 6;
}
else
{
_root.lahan4t3 = 4;
}
}
if(_root.tanamanlahan4 == 5)
{
_root.lahan4panen3 = _root.lahan4panen3 + 1;
if(_root.lahan4panen3 > 4)
{
_root.lahan4t3 = 6;
}
else
{
_root.lahan4t3 = 4;
}
}
if(_root.tanamanlahan4 == 6)
{
_root.lahan4panen3 = _root.lahan4panen3 + 1;
if(_root.lahan4panen3 > 3)
{
_root.lahan4t3 = 6;
}
else
{
_root.lahan4t3 = 4;
}
}
if(_root.tanamanlahan4 == 7)
{
_root.lahan4panen3 = _root.lahan4panen3 + 1;
if(_root.lahan4panen3 > 5)
{
_root.lahan4t3 = 6;
}
else
{
_root.lahan4t3 = 4;
}
}
_root.kursor.gotoAndStop(9 + _root.tanamanlahan4);
}
}